[INFO] cloning repository https://github.com/dfaust/backup-monitor
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dfaust/backup-monitor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdfaust%2Fbackup-monitor", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdfaust%2Fbackup-monitor'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 136cc498a2ee0508ec21884c8ed31f3fcb347a68
[INFO] testing dfaust/backup-monitor against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdfaust%2Fbackup-monitor" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dfaust/backup-monitor
[INFO] finished tweaking git repo https://github.com/dfaust/backup-monitor
[INFO] tweaked toml for git repo https://github.com/dfaust/backup-monitor written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dfaust/backup-monitor on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dfaust/backup-monitor already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3fc3130f0bd7359ccc970007735d63685004a62bda06236c0a1350ccc789ba7d
[INFO] running `Command { std: "docker" "start" "-a" "3fc3130f0bd7359ccc970007735d63685004a62bda06236c0a1350ccc789ba7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3fc3130f0bd7359ccc970007735d63685004a62bda06236c0a1350ccc789ba7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3fc3130f0bd7359ccc970007735d63685004a62bda06236c0a1350ccc789ba7d", kill_on_drop: false }`
[INFO] [stdout] 3fc3130f0bd7359ccc970007735d63685004a62bda06236c0a1350ccc789ba7d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 08fa4f37655080b0ddc1bfc190b5a91494677cde9a8e74121934a69dfce33697
[INFO] running `Command { std: "docker" "start" "-a" "08fa4f37655080b0ddc1bfc190b5a91494677cde9a8e74121934a69dfce33697", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling libdbus-sys v0.2.5
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling winnow v0.6.22
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling rustix v0.38.42
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling syn v2.0.94
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling async-task v4.7.1
[INFO] [stderr]    Compiling futures-lite v2.5.0
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling piper v0.2.4
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling endi v1.1.0
[INFO] [stderr]    Compiling xml-rs v0.8.24
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling indexmap v2.7.0
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling anstyle-parse v0.2.6
[INFO] [stderr]    Compiling event-listener v5.3.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.2
[INFO] [stderr]    Compiling event-listener-strategy v0.5.3
[INFO] [stderr]    Compiling async-executor v1.13.1
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling ordered-stream v0.2.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling async-lock v3.4.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling async-channel v2.3.1
[INFO] [stderr]    Compiling dbus v0.9.7
[INFO] [stderr]    Compiling async-broadcast v0.7.2
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling colorchoice v1.0.3
[INFO] [stderr]    Compiling blocking v1.6.1
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling anstyle-query v1.1.2
[INFO] [stderr]    Compiling rustc-demangle v0.1.24
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling async-fs v2.1.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling xdg-home v1.3.0
[INFO] [stderr]    Compiling addr2line v0.24.2
[INFO] [stderr]    Compiling inotify v0.10.2
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling notify-types v1.0.1
[INFO] [stderr]    Compiling deunicode v1.6.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling notify v7.0.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling dbus-tree v0.9.2
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling dbus-codegen v0.9.1
[INFO] [stderr]    Compiling zvariant_utils v2.1.0
[INFO] [stderr]    Compiling backtrace v0.3.74
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling env_logger v0.11.6
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling enumflags2_derive v0.7.10
[INFO] [stderr]    Compiling zvariant_derive v4.2.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zbus_macros v4.4.0
[INFO] [stderr]    Compiling async-trait v0.1.84
[INFO] [stderr]    Compiling serde_repr v0.1.19
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling ksni v0.2.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling auto-launch v0.5.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling polling v3.7.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling async-io v2.4.0
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling enumflags2 v0.7.10
[INFO] [stderr]    Compiling chrono v0.4.39
[INFO] [stderr]    Compiling serde_yaml_ng v0.10.0
[INFO] [stderr]    Compiling humantime-serde v1.1.1
[INFO] [stderr]    Compiling zvariant v4.2.0
[INFO] [stderr]    Compiling fake v3.1.0
[INFO] [stderr]    Compiling zbus_names v3.0.0
[INFO] [stderr]    Compiling zbus v4.4.0
[INFO] [stderr]    Compiling notify-rust v4.11.3
[INFO] [stderr]    Compiling backup-monitor v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `MockEventReceiver` is never constructed
[INFO] [stdout]   --> src/event.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct MockEventReceiver {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MockManager` is never constructed
[INFO] [stdout]  --> src/mock_manager.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct MockManager {
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
[INFO] running `Command { std: "docker" "inspect" "08fa4f37655080b0ddc1bfc190b5a91494677cde9a8e74121934a69dfce33697", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08fa4f37655080b0ddc1bfc190b5a91494677cde9a8e74121934a69dfce33697", kill_on_drop: false }`
[INFO] [stdout] 08fa4f37655080b0ddc1bfc190b5a91494677cde9a8e74121934a69dfce33697
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0cfaffd0059af5b7c59f3aebedb33ccf9b488cf31ee3dcbce4f701a4b834c232
[INFO] running `Command { std: "docker" "start" "-a" "0cfaffd0059af5b7c59f3aebedb33ccf9b488cf31ee3dcbce4f701a4b834c232", kill_on_drop: false }`
[INFO] [stderr]    Compiling semver v1.0.24
[INFO] [stderr]    Compiling syn v2.0.94
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling console v0.15.10
[INFO] [stderr]    Compiling similar v2.6.0
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling rstest_macros v0.23.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling env_logger v0.11.6
[INFO] [stderr]    Compiling zvariant_utils v2.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling enumflags2_derive v0.7.10
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling zvariant_derive v4.2.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.84
[INFO] [stderr]    Compiling zbus_macros v4.4.0
[INFO] [stderr]    Compiling serde_repr v0.1.19
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling polling v3.7.4
[INFO] [stderr]    Compiling auto-launch v0.5.0
[INFO] [stderr]    Compiling ksni v0.2.2
[INFO] [stderr]    Compiling async-io v2.4.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling rstest v0.23.0
[INFO] [stderr]    Compiling enumflags2 v0.7.10
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling chrono v0.4.39
[INFO] [stderr]    Compiling serde_yaml_ng v0.10.0
[INFO] [stderr]    Compiling humantime-serde v1.1.1
[INFO] [stderr]    Compiling zvariant v4.2.0
[INFO] [stderr]    Compiling insta v1.41.1
[INFO] [stderr]    Compiling serde-hjson v1.1.0
[INFO] [stderr]    Compiling fake v3.1.0
[INFO] [stderr]    Compiling zbus_names v3.0.0
[INFO] [stderr]    Compiling zbus v4.4.0
[INFO] [stderr]    Compiling notify-rust v4.11.3
[INFO] [stderr]    Compiling backup-monitor v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `MockEventReceiver` is never constructed
[INFO] [stdout]   --> src/event.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct MockEventReceiver {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 21.47s
[INFO] running `Command { std: "docker" "inspect" "0cfaffd0059af5b7c59f3aebedb33ccf9b488cf31ee3dcbce4f701a4b834c232", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0cfaffd0059af5b7c59f3aebedb33ccf9b488cf31ee3dcbce4f701a4b834c232", kill_on_drop: false }`
[INFO] [stdout] 0cfaffd0059af5b7c59f3aebedb33ccf9b488cf31ee3dcbce4f701a4b834c232
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 53b2d9dd603f1b67ddaff5213a5a308e73044d494d83510c418ee832dfb76515
[INFO] running `Command { std: "docker" "start" "-a" "53b2d9dd603f1b67ddaff5213a5a308e73044d494d83510c418ee832dfb76515", kill_on_drop: false }`
[INFO] [stderr] warning: struct `MockEventReceiver` is never constructed
[INFO] [stderr]   --> src/event.rs:36:12
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub struct MockEventReceiver {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `backup-monitor` (bin "backup-monitor" test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/backup_monitor-a25b2650c102e4e4)
[INFO] [stdout] 
[INFO] [stdout] running 29 tests
[INFO] [stdout] test clock::tests::real_clock ... ok
[INFO] [stdout] test clock::tests::fake_clock ... ok
[INFO] [stdout] test clock::tests::static_clock ... ok
[INFO] [stdout] test main_loop::tests::analyze_test_cases::case_01 ... ok
[INFO] [stdout] test main_loop::tests::analyze_test_cases::case_02 ... ok
[INFO] [stdout] test main_loop::tests::analyze_test_cases::case_03 ... ok
[INFO] [stdout] test main_loop::tests::analyze_test_cases::case_04 ... ok
[INFO] [stdout] test main_loop::tests::analyze_test_cases::case_05 ... ok
[INFO] [stdout] test main_loop::tests::analyze_test_cases::case_06 ... ok
[INFO] [stdout] test main_loop::tests::analyze_test_cases::case_08 ... ok
[INFO] [stdout] test main_loop::tests::analyze_test_cases::case_07 ... ok
[INFO] [stdout] test round_duration::tests::round_to_seconds ... ok
[INFO] [stdout] test main_loop::tests::analyze_test_cases::case_09 ... ok
[INFO] [stdout] test round_duration::tests::round_to_minutes ... ok
[INFO] [stdout] test main_loop::tests::analyze_test_cases::case_10 ... ok
[INFO] [stdout] test script_manager::tests::schedule::case_1 ... ok
[INFO] [stdout] test script_manager::tests::set_mounts ... ok
[INFO] [stdout] test round_duration::tests::round_up ... ok
[INFO] [stdout] test script_manager::tests::schedule::case_2 ... ok
[INFO] [stdout] test script_manager::tests::schedule::case_3 ... ok
[INFO] [stdout] test script_manager::tests::schedule::case_6 ... ok
[INFO] [stdout] test script_manager::tests::schedule::case_9 ... ok
[INFO] [stdout] test script_manager::tests::schedule::case_5 ... ok
[INFO] [stdout] test script_manager::tests::schedule::case_4 ... ok
[INFO] [stdout] test script_manager::tests::schedule::case_7 ... ok
[INFO] [stdout] test script_manager::tests::schedule::case_8 ... ok
[INFO] [stdout] test settings::tests::deserialize_empty ... ok
[INFO] [stdout] test settings::tests::deserialize_full ... ok
[INFO] [stdout] test settings::tests::deserialize_minimal ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "53b2d9dd603f1b67ddaff5213a5a308e73044d494d83510c418ee832dfb76515", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "53b2d9dd603f1b67ddaff5213a5a308e73044d494d83510c418ee832dfb76515", kill_on_drop: false }`
[INFO] [stdout] 53b2d9dd603f1b67ddaff5213a5a308e73044d494d83510c418ee832dfb76515
